Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed CMSG_REQUEST_STORE_FRONT_INFO_UPDATE structure for 11.0 #908

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Eliminationzx
Copy link
Contributor

No description provided.

@MaxtorCoder
Copy link
Contributor

MaxtorCoder commented Jan 11, 2025

This is not the structure for this packet, the structure is:

packet.ReadUInt32("StoreFrontID");

var count = packet.ReadUInt32("UnknownCount");
for (var i = 0; i < count; ++i)
    packet.ReadInt32("UnknownField", i);

Not sure about the naming of the vector field since it only contains 1 entry (3139) which is hardcoded into the binary.

@Eliminationzx Eliminationzx force-pushed the cmsg_request_store_front_info_update branch from 4d9efc2 to 03b0940 Compare January 11, 2025 13:40
@Eliminationzx
Copy link
Contributor Author

This is not the structure for this packet, the structure is:

packet.ReadUInt32("StoreFrontID");

var count = packet.ReadUInt32("UnknownCount");
for (var i = 0; i < count; ++i)
    packet.ReadInt32("UnknownField", i);

Not sure about the naming of the vector field since it only contains 1 entry (3139) which is hardcoded into the binary.

Done. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants